Intersoft.Client.UI.DataVisualization Namespace : Range<T> Structure |
The following tables list the members exposed by Range<T>.
Name | Description | |
---|---|---|
Range<T> Constructor | Initializes a new instance of the Range class. |
Name | Description | |
---|---|---|
HasData | Gets a value indicating whether the range is empty or not. | |
Maximum | Gets the maximum value in the range. | |
Minimum | Gets the minimum value in the range. |
Name | Description | |
---|---|---|
Add | Adds a range to the current range. | |
Contains | Returns a value indicating whether a value is within a range. | |
Equals | Overloaded. Compares the range to another range. | |
GetHashCode | Computes a hash code value. | |
IntersectsWith | Returns a value indicating whether two ranges intersect. | |
ToString | Returns the string representation of the range. |
Equality | Compare two ranges and return a value indicating whether they are equal. |
Inequality | Compare two ranges and return a value indicating whether they are not equal. |